home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / new.qst < prev    next >
Text File  |  1995-12-05  |  2KB  |  61 lines

  1. ASK STRING FORCE PASSWORD "..."
  2.  
  3. ; SHOW WELCOME.ANS
  4. SHOW NEWUSER.ASC
  5.  
  6. ASK STRING FORCE REAL "@CW@chat is your real FIRST and LAST name:  ] "
  7.  
  8. ASK MULTIPLE NEW SEX "@CS@celect..."
  9. {
  10.   'M' "@CM@cale"
  11.   'F' "@CF@cemale"
  12.   'X' "@CN@cot disclosed"
  13. }
  14.  
  15. ASK SPECIAL FORCE "##/##/##" BDAY "@CW@chat is your birthdate:  ] "
  16.  
  17. ASK SPECIAL FORCE "(###)###-####" VPHONE "@CW@chat is your voice phone number:  ] "
  18.  
  19. ASK STRING NEW COMMENT3 "@CW@chat school do you attend, or company do you work for?"
  20.  
  21. ASK Y/N SAME I[2] "@CA@cre you a BBS Sysop?  "
  22. IF I[2]
  23. ASK STRING COMMENT2 "@CW@chat is the name of your BBS:  ] "
  24. ASK SPECIAL "(###)###-####" DPHONE "@CW@chat is your BBS data number:  ] "
  25. ELSE
  26. ASK STRING NEW COMMENT2 "@CW@chere did you hear about our BBS (@CB@ce specific if possible)?"
  27. ENDIF
  28.  
  29. ASK NUMBER FORCE NEW LINES+ "@CW@chat number is at the top of your screen?  "
  30.  
  31. ASK MULTIPLE NEW TERMINAL "@CS@celect your terminal..."
  32. {
  33.   'A' "@CA@cutodetect...   @CD@cetermine at logon"
  34.   'C' "@CC@color...        @CU@cse ansi color"
  35.   'N' "@CN@co-@CC@color...     @CU@cse no color (Ascii)"
  36. }
  37.  
  38. ASK MULTIPLE NEW EDITOR "@CS@celect a mail editor..."
  39. {
  40.   'A' "@CA@cutodetect...  @CU@cse ansi/ascii to select mail editor."
  41.   'S' "@CS@celect...      @CC@choose an editor before each use."
  42.   'F' "@CF@cull-@CS@ccreen... @CF@cull-@CS@ccreen (@CA@cnsi driven) editor always."
  43.   'L' "@CL@cine-@CE@cditor... @CE@cdit line-by-line always."
  44. }
  45.  
  46. ASK Y/N SAME I[1] "@CD@co you agree to all terms and provisions stated thusfar?  "
  47. IF I[1]
  48. SET SEC PREVERIFY
  49. ENDIF
  50.  
  51. +
  52. +  @CT@chank you.  @CY@cou are now a full member of the system.  @CI@cf you
  53. + need any assistance, feel free to page or write a comment to the Sysop(s).
  54. +
  55.  
  56. ; End of questionare (Not required)
  57.  
  58.  
  59.  
  60.  
  61.